Demo

Godwin

Components

  • Header

    This is the only component that you need to create your navigation. It's recommended to add it to the root div of your project.

    Attributes

    first_link_titleTitle of the first navigation link
    second_link_titleTitle of the second navigation link
    third_link_titleTitle of the third navigation link
    fourth_link_titleTitle of the fourth navigation link
    fifth_link_titleTitle of the fifth navigation link
    first_link_urlURL of the first navigation e.g "/" for home page
    second_link_urlURL of the second navigation e.g "/about" for about page
    third_link_urlURL of the third navigation e.g "/portfolio" for portfolio page
    fourth_link_urlURL of the fourth navigation e.g "/blog" for blog page
    fifth_link_urlURL of the fifth navigation e.g "/contact" for contact page
    first_button_titleTitle of the first button e.g "Login"
    first_button_urlURL of the first button e.g "/login" for login page
    second_button_titleTitle of the second button e.g "Sign up"
    second_button_urlURL of the second button e.g "/signup" for signup page
    first_button_bgBackground color of the first button e.g "red"
    first_button_colorText color of the first button e.g "white"
    second_button_bgBackground color of the second button e.g "yellow"
    second_button_color
    Text color of the second button e.g "black"
    logo_textUse this if you want to display text as your logo e.g Corazon Studio
    logo_srcUse this to display an image as your logo. logo_text will not display if this is not empty. Supports logo link for now. You can upload your logo on a provider like Cloudinary and get a link to copy.
    logo_widthwidth of your logo. Works when logo_src is not empty.
    logo_heightheight of your logo. Works when logo_src is not empty.
    mobile_nav_directionThis determines which direction your mobile nav should slide in from. value can either be "left" or "right"
    padding_topadds padding top to your nav container
    padding_bottomadds padding bottom to your nav container
    padding_rightadds padding right to your nav container
    padding_leftadds padding left to your nav container